Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-11947 | GEN000580 | SV-38936r1_rule | IAIA-1 IAIA-2 | Medium |
Description |
---|
The use of longer passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques by increasing the password search space. |
STIG | Date |
---|---|
AIX 5.3 Security Technical Implementation Guide | 2013-03-26 |
Check Text ( C-28028r1_chk ) |
---|
Check the system password length setting. # /usr/sbin/lsuser -a minlen ALL If minlen is not set to 14 or more, this is a finding. |
Fix Text (F-31635r1_fix) |
---|
Change the minimum password length to 14 or more. # chsec -f /etc/security/user -s default -a minlen=14 # chuser minlen=14 |